home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / com / internet / nos / nos045 / readme.043 < prev    next >
Text File  |  1996-11-24  |  4KB  |  64 lines

  1.  
  2.  Atari NOS 0.43 22 November 1996
  3.  by Mike De.Petris
  4.  mike@bbsgate.interware.it
  5.  2:333/608@fidonet.org
  6.  90:700/104@nest.ftn
  7.  
  8. Ok, after long time I took the Atari Demon NOS project from David Nash.
  9. I just needed to make it work with my provider, which runs ppp on an NT
  10. server with pap authentication, so this version concernes only this
  11. problem, after long searches this is what I found:
  12.  
  13. Changes made to Jnos 1.11x3 to yield Jnos 1.11x4 (20 Oct 1996):
  14. ....
  15. I tracked down the inability of Jnos PPP to accept a new IP address to how
  16. ipcp_check() treated a local IP address suggested by a config NAK received
  17. from the remote peer.  This address suggestion was accepted only if the
  18. local ppp address was undefined, ie, 0.0.0.0, and 'allow yes' was in effect
  19. (this is the default).  Once it became defined, no further changes were allowed,
  20. thus causing problems for Jnos which can redial and reconnect after a failure,
  21. without reinitializing the PPP routines, in the case where the ISP peer is
  22. assigning a (variable) dynamic address.  I've changed pppipcp.c to not refuse
  23. the suggestion of a new IP address, unless 'allow no' is in effect.  The
  24. previous behaviour can be retained by #defining PPP_NO_LOCALADDR_CHANGE, and
  25. I'd like to hear why it might be needed!  There's a comment in ipcp_opening()
  26. that perhaps existing tcp connections should be shut down.  This could be done
  27. via a variant of the reset_all() routine in tcpuser.c ... but normal timeouts
  28. and retries may suffice to clean up old connections.
  29. ....
  30.  
  31. So I took pppipcp.c from Jnos and recompiled the thing. Not so simple, I also
  32. had to correct various points of the code, but don't warry, now it works.
  33. The resulting executable are in four different archives:
  34.  
  35. N043.ZIP     Atari NOS for any 68000 and dynamic IP addressing
  36. Name                             Normal  Packed  CF    Method   Date      Time
  37. -------------------------------- ------- ------- ----- -------- --------- -----
  38. NOS043.TTP                        266204  143722 46.0% Deflated 24 Nov 96 15:06
  39. -------------------------------- ------- ------- ----- -------- --------- -----
  40. N043IP.ZIP   Atari NOS for any 68000 and fixed IP (PPP_NO_LOCALADDR_CHANGE)
  41. Name                             Normal  Packed  CF    Method   Date      Time
  42. -------------------------------- ------- ------- ----- -------- --------- -----
  43. NOS043_NOIP.TTP                   266216  143710 46.0% Deflated 24 Nov 96 14:50
  44. -------------------------------- ------- ------- ----- -------- --------- -----
  45. N04330.ZIP   Atari NOS for 68030 and dynamic IP addressing
  46. Name                             Normal  Packed  CF    Method   Date      Time
  47. -------------------------------- ------- ------- ----- -------- --------- -----
  48. NOS043_30.TTP                     264741  143215 45.9% Deflated 22 Nov 96 11:09
  49. -------------------------------- ------- ------- ----- -------- --------- -----
  50. N04330IP.ZIP Atari NOS for 68030 and fixed IP addr. (PPP_NO_LOCALADDR_CHANGE)
  51. Name                             Normal  Packed  CF    Method   Date      Time
  52. -------------------------------- ------- ------- ----- -------- --------- -----
  53. NOS043_30_NOIP.TTP                264753  143243 45.8% Deflated 22 Nov 96 11:11
  54. -------------------------------- ------- ------- ----- -------- --------- -----
  55.  
  56. Feel free to cantact me by email for any questions.
  57.  
  58. I am currently porting the complete Jnos and Demon PC Nos to Atari, so you will
  59. get POP3 mailboxes, POST in news, and other "modern" features, but this 0.43
  60. will work with Oasis or other software using old NOS 0.42.
  61.  
  62. Please write me, if you know of any source code worth to be included in Atari
  63. NOS, the upgrade made by the author of NOS_POP3 would be very interesting.
  64.